home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////
- // CheckBoxMatrix
- // by Charles Lloyd
- ////////////////////////
-
-
- CheckBoxComposite: CheckBoxMatrix {
- matrixName = "BoatsMatrix";
- valueStringsList = aBoatStringList;
- selectedItems = aChoiceList;
- };
-
- ChoiceForm: WOForm {
- action = displayChoices;
- };
-
- ChoiceString: WOString {
- value = aChoiceList;
- };
-
- ComponentDescription: ComponentDescription {
- componentName = "CheckBoxMatrix";
- };
-
- ShowSourceControls: ShowSource {
- componentName = "CheckBoxMatrix";
- };
-